CollectionView::ItemRect

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:18:15 1991
Index Return to Main Contents
 

NAME

CollectionView::ItemRect - instance method  

TEMPLATE

itemRect = Rectangle ItemRect(Rectangle cells)  

SPECIFIERS

public  

DESCRIPTION

ItemRect determines the area occupied by the cells.  

ARGUMENTS

Rectangle cells

the cells whose rectangle to determine. The origin
and the extent have the same meaning as those of the instvar selection.
 

RETURN ARGUMENT

Rectangle itemRect

the area occupied by the cells
 

CATEGORIES

mapping, client interface

 

FILES

implementation:
CollView.C

 

NAME

CollectionView::ItemRect - instance method  

TEMPLATE

itemRect = Rectangle ItemRect(int column, int row)  

SPECIFIERS

public  

DESCRIPTION

ItemRect determines the area occupied by the cell at column and row.  

ARGUMENTS

int column

the column number of the cell
int row

the row number of the cell
 

RETURN ARGUMENT

Rectangle itemRect

the area occupied by the cell at column
and row
 

CATEGORIES

mapping, client interface

 

FILES

implementation:
CollView.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES
NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:30 GMT, March 30, 2022